projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
59fe0ce
)
(text-mode-hook-identify): Define as no-op.
author
Richard M. Stallman
<rms@gnu.org>
Fri, 8 Feb 2002 13:57:03 +0000
(13:57 +0000)
committer
Richard M. Stallman
<rms@gnu.org>
Fri, 8 Feb 2002 13:57:03 +0000
(13:57 +0000)
lisp/textmodes/text-mode.el
patch
|
blob
|
history
diff --git
a/lisp/textmodes/text-mode.el
b/lisp/textmodes/text-mode.el
index 90018b067da4e69dd571795389e136726edf0b6e..2fe9efecdbdc34164b483bc1ed0ab68441284b5c 100644
(file)
--- a/
lisp/textmodes/text-mode.el
+++ b/
lisp/textmodes/text-mode.el
@@
-95,6
+95,9
@@
Turning on Paragraph-Indent minor mode runs the normal hook
(defalias 'indented-text-mode 'text-mode)
+;; No-op, defined because some user customizations use it.
+(defun text-mode-hook-identify () nil)
+
(defun toggle-text-mode-auto-fill ()
"Toggle whether to use Auto Fill in Text mode and related modes.
This command affects all buffers that use modes related to Text mode,